[WIP][GLUTEN-8055][VL] Support read Iceberg equality delete file MOR table#8056
[WIP][GLUTEN-8055][VL] Support read Iceberg equality delete file MOR table#8056liujiayi771 wants to merge 1 commit intoapache:mainfrom
Conversation
|
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/apache/incubator-gluten/issues Then could you also rename commit message and pull request title in the following format? See also: |
|
Run Gluten Clickhouse CI on x86 |
|
@FelixYBW @rui-mo I have tested that facebookincubator/velox#11088 can work with Gluten. The current PR can be reviewed after the related PR in Velox upstream is merged. |
d3a415b to
a76cc64
Compare
|
Run Gluten Clickhouse CI on x86 |
a76cc64 to
8d05523
Compare
|
Run Gluten Clickhouse CI on x86 |
|
|
|
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
8d05523 to
6ebaa82
Compare
|
Run Gluten Clickhouse CI on x86 |
6ebaa82 to
2e26b4d
Compare
|
Run Gluten Clickhouse CI on x86 |
|
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
|
This PR was auto-closed because it has been stalled for 10 days with no activity. Please feel free to reopen if it is still valid. Thanks. |
|
Run Gluten Clickhouse CI on x86 |
|
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
|
Note: the equality deletion vector support patch is available in IBM/Velox now |
|
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
|
This PR was auto-closed because it has been stalled for 10 days with no activity. Please feel free to reopen if it is still valid. Thanks. |
|
Run Gluten Clickhouse CI on x86 |
|
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
|
Hi @liujiayi771 The equality delete patch is porte to IBM/Velox as the enhanced feature, so we may make some progress by adding in the scope of |
|
@zhouyuan OK, I'll rebase the code today. |
2e26b4d to
45ba968
Compare
|
Run Gluten Clickhouse CI on x86 |
|
@zhouyuan We can move |
45ba968 to
0d442bf
Compare
|
Run Gluten Clickhouse CI on x86 |
|
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
|
This PR was auto-closed because it has been stalled for 10 days with no activity. Please feel free to reopen if it is still valid. Thanks. |
|
Run Gluten Clickhouse CI on x86 |
What changes were proposed in this pull request?
Fix #8055. Support reading Iceberg equality delete file MOR table.
How was this patch tested?
Iceberg equality delete file MOR tablescan only be generated through Flink, and the Iceberg table metadata stores absolute paths. Therefore, tables written by Flink cannot create corresponding external table in unit tests for testing. We need to think of some methods to test the reading of Iceberg equality delete file MOR table.